home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / dll_gen / olvbx13 / arraytes.frm (.txt) next >
Encoding:
Visual Basic Form  |  1994-04-04  |  880 b   |  21 lines

  1. ArrayTestForm
  2. Array Test
  3. Form25G
  4. Command1
  5. &Set Node Values
  6. List1
  7. ListCountValue
  8. Label2
  9. Label1
  10. ListCount: 
  11. @    Form_Load
  12. ListCountValue
  13. MainForm
  14. OL_VBX
  15.     ListCount
  16. List1
  17. Command1_Click
  18. Command1_Click
  19.         MainForm!OL_VBX.List(i) = "text for node " + Str$(i + 1)
  20. Form_Load
  21.